home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / X11 / XSetWMClientMachine.z / XSetWMClientMachine
Encoding:
Text File  |  1998-10-30  |  3.0 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXSSSSeeeettttWWWWMMMMCCCClllliiiieeeennnnttttMMMMaaaacccchhhhiiiinnnneeee((((3333XXXX11111111))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))XXXXSSSSeeeettttWWWWMMMMCCCClllliiiieeeennnnttttMMMMaaaacccchhhhiiiinnnneeee((((3333XXXX11111111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XSetWMClientMachine, XGetWMClientMachine - set or read a
  10.           window's WM_CLIENT_MACHINE property
  11.  
  12.      SSSSYYYYNNNNTTTTAAAAXXXX
  13.           void XSetWMClientMachine(_d_i_s_p_l_a_y, _w, _t_e_x_t__p_r_o_p)
  14.                 Display *_d_i_s_p_l_a_y;
  15.                 Window _w;
  16.                 XTextProperty *_t_e_x_t__p_r_o_p;
  17.  
  18.           Status XGetWMClientMachine(_d_i_s_p_l_a_y, _w, _t_e_x_t__p_r_o_p__r_e_t_u_r_n)
  19.                 Display *_d_i_s_p_l_a_y;
  20.                 Window _w;
  21.                 XTextProperty *_t_e_x_t__p_r_o_p__r_e_t_u_r_n;
  22.  
  23.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  24.           _d_i_s_p_l_a_y   Specifies the connection to the X server.
  25.  
  26.           _t_e_x_t__p_r_o_p Specifies the _X_T_e_x_t_P_r_o_p_e_r_t_y structure to be used.
  27.  
  28.           _t_e_x_t__p_r_o_p__r_e_t_u_r_n
  29.                     Returns the _X_T_e_x_t_P_r_o_p_e_r_t_y structure.
  30.  
  31.           _w         Specifies the window.
  32.  
  33.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  34.           The _X_S_e_t_W_M_C_l_i_e_n_t_M_a_c_h_i_n_e convenience function calls
  35.           _X_S_e_t_T_e_x_t_P_r_o_p_e_r_t_y to set the WM_CLIENT_MACHINE property.
  36.  
  37.           The _X_G_e_t_W_M_C_l_i_e_n_t_M_a_c_h_i_n_e convenience function performs an
  38.           _X_G_e_t_T_e_x_t_P_r_o_p_e_r_t_y on the WM_CLIENT_MACHINE property.  It
  39.           returns a nonzero status on success; otherwise, it returns a
  40.           zero status.
  41.  
  42.      PPPPRRRROOOOPPPPEEEERRRRTTTTIIIIEEEESSSS
  43.           WM_CLIENT_MACHINE
  44.                     The string name of the machine on which the client
  45.                     application is running.
  46.  
  47.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  48.           XAllocClassHint(3X11), XAllocIconSize(3X11),
  49.           XAllocSizeHints(3X11), XAllocWMHints(3X11),
  50.           XSetCommand(3X11), XSetTransientForHint(3X11),
  51.           XSetTextProperty(3X11), XSetWMColormapWindows(3X11),
  52.           XSetWMIconName(3X11), XSetWMName(3X11),
  53.           XSetWMProperties(3X11), XSetWMProtocols(3X11),
  54.           XStringListToTextProperty(3X11)
  55.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/30/98)
  64.  
  65.  
  66.  
  67.